home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / filesyst / dosfs / dmsdosfs.000 / dmsdosfs / dmsdosfs-0.6.9b / config.in.dpat < prev    next >
Text File  |  1996-06-29  |  545b  |  10 lines

  1. find comment 'Filesystems'
  2. find bool 'umsdos: Unix like fs on top of std MSDOS FAT fs' CONFIG_UMSDOS_FS n
  3. insert bool 'dmsdos: DoubleSpace and DriveSpace support' CONFIG_DMSDOS_FS n
  4. insert   if [ "$CONFIG_DMSDOS_FS" = "y" -a "$CONFIG_UMSDOS_FS" = "y" ]; then
  5. insert     bool '     DoubleSpace/DriveSpace support in umsdos partitions' CONFIG_UMSDOS_UPON_DMSDOS n
  6. insert     if [ "$CONFIG_UMSDOS_UPON_DMSDOS" = "y" ]; then
  7. insert       bool '     Support for root fs on compressed partitions' CONFIG_DMSDOS_UMSDOS_BOOT n
  8. insert     fi
  9. insert   fi
  10.